Name | Description | |
---|---|---|
![]() | Exception | Gets the promise exception. Valid only if the the promise is rejected. |
![]() | IsFulfilled | Gets whether the promise has been fulfilled (succeeded). |
![]() | IsPending | Gets whether the promise is pending (has not been resolved yet). |
![]() | IsRejected | Gets whether the promise has been rejected (failed). |
![]() | IsResolved | Gets whether the promise has been resolved (was fulfilled or rejected). |
![]() | Result | Gets the promise result. Valid only if the promise is fulfilled. |
![]() | State | Gets the promise state |